home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2012 February / maximum-cd-2012-02.iso / DiscContents / TheWagerSetup1.2.exe / Assets / Scripts / [33].lua < prev    next >
Encoding:
Text File  |  2011-02-27  |  368 b   |  10 lines

  1. -- Script [33]
  2. Starting = 0;
  3. SeaEvent = 0;
  4.  
  5. ShowStoryText("Fortunately you are equipped with the tools for just such a descent and upon doing so you discover a cache of... well, cash. Consider yourself 5000 Pieces richer.");
  6. PlayerCash = PlayerCash + 5000;
  7.   
  8. AddDays(3);
  9. AddCaptainsLog("Found a valuable cache of Pieces, adding substantially to my hoard.");
  10.